Skip to main content

What’s New

Qrvey 8.5
Version 8.5 (LTS) of the Qrvey platform is now available to customers. This version includes several new features and performance improvements.
Learn More
End-of-life Schedule
We've added a new article that lists the features and endpoints that have been scheduled for deprecation. All features and endpoints will be supported for (1) year after the release date of the LTS version that contains the alternative.
Learn More
NodeJS Deprecation
AWS has announced that it is deprecating NodeJS 12, 14, and 16. To avoid any issues as a result of this deprecation, upgrade your instances of the Qrvey platform as described in this announcement.
Learn More
Version: 8.5

Combo Chart

Combo Charts allow users to layer multiple XY Charts (Bar Chart, Line Chart, and Symbol Chart) over each other, in a single chart area. The charts can be of the same, or different types. Combo Charts consist of one shared dimension or Category, and multiple measures or Values and are used to compare different metrics grouped by the same category - for example, showing the total sales amount of each product layered over the same product quantities.

combo

When multiple values are added to the Values shelf, each value field can be visualized as a different X/Y Chart and each chart’s visual representation can be customized in Styles where each added Value appears with further configuration options.

Values and Other Values can also be formatted directly from the Column Pill by clicking on the three-dot menu and choosing the desired Values Format.

Creating a Combo Chart

Combo Charts are used when you want to present multiple values for a single category. To create a Combo Chart, drag and drop a data field from the Data Panel onto either the corresponding shelf or the canvas.

In the case below, we wanted to show how the total sales (priceTotal), as well as the total number of items sold (quantityOrdered) and the number of stocked items (quantityInStock) changed throughout the years. We dragged and dropped orderDate as Category, priceTotal as Value and quantityInStock and quantityOrdered as Other Values. We changed the visualization of priceTotal to line for more contrast.

combo

Styling the Combo Chart

In the Configuration Panel on the right of the Chart Builder, you can style different aspects of your chart.

General

The General section is available for all chart types, and the options vary depending on the chart selected. For more information on the options, see General Chart Settings.

Note: Use the Table Calculations option to add calculations to your Combo Chart. For more information, see Table Calculations.

Styles

The Styles section enables you to control various visual elements of the charts, such as colors, labels, and more. It is available for most chart types, and the options vary depending on the chart selected. For a glossary of all styles, see Styles. Style options specific to this chart are listed below.

  • Axis Labels - Show or hide the labels of the axes.
  • X-axis
    • Label - give the axis a custom label.
    • Values - show or hide values on the axis.
    • Values Rotation - if values are enabled, decide how you want them to be displayed.
  • Y-axis
    • Values - show or hide values on the axis.
    • Values Rotation - if values are enabled, decide how you want them to be displayed.
  • Bar Width - manually set the width of the bars.
  • Type - Choose whether you want your bars to appear side by side or stacked. combo
  • Data Labels - Show or hide value labels of your data points.
    • Borders - display the data labels values within a frame.
  • Data Field - this section takes the name of the data field in the Values and Other Values shelves; if for example, your Values is Price, then the section will say Price. Each section corresponds to one of the selected Value fields and allows the respective chart for that field to be configured.
    combo
    • Color Type - show your chart component in a single color or color each category differently. For example, if your Value is Quantity and you choose a single color, all Quantity values in the chart will be the same color; if you choose one of the predetermined themes, Quantity data points will be colored differently for each Category.
    • Color - choose a color from the color picker.
    • Type - pick bar, line or symbol to represent data from the Values shelf.
    • Axis Label - give your Y-axis a custom label.
    • Axis Format - set the format of the values choosing between Default, Abbreviated, Decimal (set a number of decimals), Currency (choose the currency from the drop-down menu and set a number of decimals), Percentage (set a number of decimals), Scientific.
    • Scale Type - choose the linear scale type if you want to use an equal value to provide equal distance between the data points; use a logarithmic scale (used for displaying numerical data over a very wide range of values in a compact way) for computing data points based on the exponents.
    • Min/Max Range - set the range of values displayed on the Y-axis. This determines the starting and ending values shown on the axis.

Sorting

Combo Charts can be sorted by their selected category column, or either of the value columns used in them. Choose the column that you wish to sort your chart by, from the dropdown list and select the sorting direction (ascending or descending) from the icons under the dropdown.

For more information, see Sorting.

Layers

Add a Trend Line or a Reference Line to your chart to allow users to visually compare the data against some set trend or reference value.

Format

Both the Small Multiples and Conditional Formatting options are available in this chart.

Filters

You can also add Filters to your data by expanding the Filters section in the configuration panel or by clicking on the Filters button in the toolbar above the canvas. Filters that are created in the Chart Builder are hidden from End Users. These types of filters can’t be edited or interacted with in the view mode. For more information, see Filters.